home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00088.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  316 b   |  16 lines

  1. global currtitle, goldbox, firsttitle, rollvolume
  2.  
  3. on exitFrame
  4.   if voidp(currtitle) then
  5.     clickwho = goldbox
  6.     exit
  7.   end if
  8.   if currtitle = 0 then
  9.     clickwho = goldbox
  10.   else
  11.     clickwho = firsttitle + currtitle - 1
  12.   end if
  13.   set the volume of sound 2 to rollvolume
  14.   sendSprite(clickwho, #mouseUp)
  15. end
  16.